mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor change to comment
This commit is contained in:
parent
e4dd8745bf
commit
e8329c6988
@ -183,7 +183,8 @@ cross(const FLOATNAME(LVecBase3) &other) const {
|
||||
// Function: LVector::angle_rad
|
||||
// Access: Published
|
||||
// Description: Returns the angle between this vector and the other
|
||||
// one, expressed in radians.
|
||||
// one, expressed in radians. Both vectors should be
|
||||
// initially normalized.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE_LINMATH FLOATTYPE FLOATNAME(LVector3)::
|
||||
angle_rad(const FLOATNAME(LVector3) &other) const {
|
||||
@ -202,7 +203,8 @@ angle_rad(const FLOATNAME(LVector3) &other) const {
|
||||
// Function: LVector::angle_deg
|
||||
// Access: Published
|
||||
// Description: Returns the angle between this vector and the other
|
||||
// one, expressed in degrees.
|
||||
// one, expressed in degrees. Both vectors should be
|
||||
// initially normalized.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE_LINMATH FLOATTYPE FLOATNAME(LVector3)::
|
||||
angle_deg(const FLOATNAME(LVector3) &other) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user