Skip to main content

CurvePoint

                            
                              
                                interface 
                                CurvePoint
                              
                              

Properties

normal

                            
                              
                                normal
                                : 
                                Vector2
                              
                              

position

                            
                              
                                position
                                : 
                                Vector2
                              
                              

tangent

                            
                              
                                tangent
                                : 
                                Vector2
                              
                              

Deprecated

The tangent is currently inconsistent for different types of curves and maysometimes return the normal of the point, instead. This will be fixed inthe next major version but is kept as is for now for backwardscompatibility reasons. To always get the real tangent of the point, you canuse normal.flipped.perpendicular , instead.